home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TREGSUCCESS / TREGSUCCESS.txt
Text File  |  1999-03-22  |  3KB  |  143 lines

  1. object RegSuccess: TRegSuccess
  2.   Left = 327
  3.   Top = 170
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 266
  6.   ClientWidth = 394
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 148
  19.     Top = 16
  20.     Width = 113
  21.     Height = 16
  22.     Caption = 'Congratulations!'
  23.     Color = clBtnFace
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentColor = False
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 13
  34.     Top = 54
  35.     Width = 281
  36.     Height = 13
  37.     Caption = 'You have successfully registered for a Net2Phone account.'
  38.     Color = clBtnFace
  39.     ParentColor = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 13
  43.     Top = 102
  44.     Width = 121
  45.     Height = 13
  46.     Caption = 'Your Account Number  is:'
  47.     Color = clBtnFace
  48.     ParentColor = False
  49.   end
  50.   object Label4: TLabel
  51.     Left = 13
  52.     Top = 168
  53.     Width = 204
  54.     Height = 13
  55.     Caption = 'Copy these numbers down for your records.'
  56.     Color = clBtnFace
  57.     ParentColor = False
  58.   end
  59.   object Label5: TLabel
  60.     Left = 13
  61.     Top = 205
  62.     Width = 244
  63.     Height = 13
  64.     Caption = 'Thank you for registering for a Net2Phone Account.'
  65.     Color = clBtnFace
  66.     ParentColor = False
  67.   end
  68.   object Label6: TLabel
  69.     Left = 13
  70.     Top = 134
  71.     Width = 176
  72.     Height = 13
  73.     Caption = '5-Digit Personal idenitication Number:'
  74.     Color = clBtnFace
  75.     ParentColor = False
  76.     Visible = False
  77.   end
  78.   object SavePinLabel: TLabel
  79.     Left = 48
  80.     Top = 236
  81.     Width = 77
  82.     Height = 13
  83.     Caption = 'Save Pin to disk'
  84.     Visible = False
  85.   end
  86.   object OkBtn: TButton
  87.     Left = 153
  88.     Top = 232
  89.     Width = 75
  90.     Height = 23
  91.     Caption = 'OK'
  92.     TabOrder = 0
  93.     OnClick = OKBtnClick
  94.   end
  95.   object Account: TEdit
  96.     Left = 152
  97.     Top = 102
  98.     Width = 144
  99.     Height = 20
  100.     BorderStyle = bsNone
  101.     Color = clBtnFace
  102.     Ctl3D = True
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clBlack
  105.     Font.Height = -13
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = [fsBold]
  108.     ParentCtl3D = False
  109.     ParentFont = False
  110.     TabOrder = 1
  111.     Text = '9999-9999-9999'
  112.   end
  113.   object PIN: TEdit
  114.     Left = 216
  115.     Top = 134
  116.     Width = 144
  117.     Height = 20
  118.     BorderStyle = bsNone
  119.     Color = clBtnFace
  120.     Ctl3D = True
  121.     Font.Charset = DEFAULT_CHARSET
  122.     Font.Color = clBlack
  123.     Font.Height = -13
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = [fsBold]
  126.     ParentCtl3D = False
  127.     ParentFont = False
  128.     TabOrder = 2
  129.     Text = '99999'
  130.     Visible = False
  131.   end
  132.   object SavePin: TCheckBox
  133.     Left = 19
  134.     Top = 227
  135.     Width = 22
  136.     Height = 30
  137.     Color = clBtnFace
  138.     ParentColor = False
  139.     TabOrder = 3
  140.     Visible = False
  141.   end
  142. end
  143.